From 3b9753b539863dbd68d1702970d33fdab6f86992 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 21 Jun 2015 14:13:07 +0200 Subject: [PATCH] Added EOF to shell.rs --- src/cargo/core/shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/shell.rs b/src/cargo/core/shell.rs index 034257175..e6e3f49b2 100644 --- a/src/cargo/core/shell.rs +++ b/src/cargo/core/shell.rs @@ -180,4 +180,4 @@ impl Write for Shell { NoColor(ref mut n) => n.flush() } } -} \ No newline at end of file +} -- 2.30.2